- What?
- Why?
- Where?
- Automatic data pipeline
- Data analysis
- Visualization and Report
- Cross functional collaboration
2016-12-28
x <- c("here", "is", "P9929AMXT", "a", "P9703AM", "baby",
"P0506AM", "example", "P1197AM", "P1271AM")
idx <- grep("(^P)[[:digit:]]+", x)
x[idx]
## [1] "P9929AMXT" "P9703AM" "P0506AM" "P1197AM" "P1271AM"
## [1] "English is a crazy language" ## [1] "English muffins"
#yieldhero#yieldhero Summary Statisticslibrary(shiny)
runApp('Rcode/Shiny_NLP')
What is robots.txt?
"Robots Exclusion Protocol", informal protocol to prohibit web robots from crawling content
Scraping etiquette